home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / texsis / rsfs / scrload.tex < prev   
Text File  |  1992-08-10  |  658b  |  15 lines

  1. % The following allows the use of Ralph Smith's Formal Script symbols
  2. % in Plain TeX documents.  Use \scr like \cal.
  3. % Set the font sizes and restore the `at' clauses if you want them bigger.
  4. % You can use this method in LaTeX, but only at one basic size.
  5. % If you need symbols in LaTeX titles, captions, etc., work it out or ask
  6. % a LaTeXpert.
  7.  
  8. \font\tenscr=rsfs10 % scaled \magstep1
  9. \font\sevenscr=rsfs7 % scaled \magstep1
  10. \font\fivescr=rsfs5 % scaled \magstep1
  11. \skewchar\tenscr='177 \skewchar\sevenscr='177 \skewchar\fivescr='177
  12. \newfam\scrfam \textfont\scrfam=\tenscr \scriptfont\scrfam=\sevenscr
  13. \scriptscriptfont\scrfam=\fivescr
  14. \def\scr{\fam\scrfam}
  15.